home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / Software / Utils / Software6 / Product2 / adblock-0.5.2.039-fx.xpi / install.rdf < prev    next >
Extensible Markup Language  |  2004-09-02  |  3KB  |  76 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.         xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.   <Description about="urn:mozilla:install-manifest">
  7.   
  8.     <em:id>{34274bf4-1d97-a289-e984-17e546307e4f}</em:id>         <!-- Adblock CID/guid? -->
  9.     <!--em:version>0.5 d2 nightly 39</em:version-->
  10.     <!--em:version>0.5  d2  *  nightly 39</em:version-->        <!-- ah-ha:  incomplete uninstalls will result in a weird "phantom" install -->
  11.     <!--em:version>0.5023901</em:version-->                     <!-- pirates-ho ! -->
  12.     <!--em:version>.5.023901</em:version-->
  13.     <!--em:version>0.5.2+</em:version-->
  14.     <em:version>0.5.2.039</em:version>
  15.     
  16.     <!-- Target Application this extension can install into, 
  17.         with minimum and maximum supported versions. --> 
  18.     <em:targetApplication>
  19.         <Description>
  20.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>    <!-- FireFox GUID -->
  21.         <em:minVersion>0.7+</em:minVersion>                        <!-- How low should this be? We can install before 0.9,
  22.                                                                         but this file won't be parsed on anything before 0.9. -->
  23.                                                                         
  24.         <em:maxVersion>.10+</em:maxVersion>                    <!-- similarly, how high does this go? [It can't exceed the highest browser-release; foolish way to keep users sandboxed, eh? ] -->
  25.         
  26.         </Description>
  27.     </em:targetApplication>
  28.     
  29.     <!-- Front End MetaData -->
  30.     <em:name>Adblock</em:name>
  31.     <em:description>Filters ads from web-pages</em:description>
  32.     <em:creator>The Adblock Crew</em:creator>
  33.     <em:contributor>Henrik Aasted Sorensen</em:contributor>
  34.     <em:contributor>Wladimir Palant</em:contributor>
  35.     <em:contributor>rue</em:contributor>
  36.     <em:contributor>Ben Karel</em:contributor>
  37.     <em:contributor>Stefan Kinitz</em:contributor>
  38.     <em:homepageURL>http://adblock.mozdev.org</em:homepageURL>
  39.        <em:updateURL>http://adblock.mozdev.org/update.rdf</em:updateURL> 
  40.     <!--
  41.     THIS URL BREAKS FFX
  42.        <em:updateURL>http://www.eschew.org/misc/firefox/adblock/update.php?id=%ITEM_ID%&version=%ITEM_VERSION%&appid=%APP_ID%&appversion=%APP_VERSION%</em:updateURL> 
  43.         -->
  44.     <!-- Front End Integration Hooks (used by Extension Manager)-->
  45.     <em:optionsURL>chrome://adblock/content/settings.xul</em:optionsURL>
  46.     <!--em:aboutURL>http://adblock.mozdev.org/dev.html</em:aboutURL-->
  47.     <!--em:iconURL>chrome://adblock/skin/adblock.png</em:iconURL-->
  48.     
  49.     <!-- Packages, Skins and Locales that this extension registers -->
  50.     <em:file>
  51.         <Description about="urn:mozilla:extension:file:adblock.jar">
  52.         <em:package>content/</em:package>
  53.         
  54.         <!-- 
  55.         Trying to install a locale for this extension gives a crash and makes it difficult for the user
  56.         to get to the main browser window. However, we don't yet use localized files, and so we can
  57.         just comment out this line and everything seems to work.
  58.         
  59.         Error: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIXULChromeRegistry.installLocale]"  
  60.         nsresult: "0x80004005 (NS_ERROR_FAILURE)"  
  61.         location: "JS frame :: file:///C:/Documents%20and%20Settings/Ben%20Karel/Desktop/Firefox%20Builds/Firefox-2004-05-29-branch/
  62.                 firefox/components/nsExtensionManager.js :: anonymous :: line 642"  data: no]
  63.         Source File: file:///C:/Documents%20and%20Settings/Ben%20Karel/Desktop/Firefox%20Builds/Firefox-2004-05-29-branch/
  64.                 firefox/components/nsExtensionManager.js
  65.         Line: 642
  66.         
  67.         
  68.         <em:locale>locale/en-US/adblock/</em:locale>
  69.         
  70.         -->
  71.         <!-- em:skin>skin/classic/</em:skin -->
  72.         </Description>
  73.     </em:file>
  74.   </Description>      
  75. </RDF>
  76.